ASP.NET MVC Controls
FlexChart<T> Class Members
Properties  Methods 

The following tables list the members exposed by FlexChart<T>.

Public Constructors
 NameDescription
Public ConstructorFlexChart<T> ConstructorCreate one FlexChart instance.  
Top
Public Properties
 NameDescription
Public PropertyAxisXGets the main X axis. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyAxisYGets the main Y axis. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyBindingGets or sets the name of the property that contains the Y values. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyBindingXGets or sets the name of the property that contains the X data values. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyChartTypeGets or sets the type of chart to create  
Public PropertyComponentsGets the child components. (Inherited from C1.Web.Mvc.Component)
Public PropertyCssClassGets or sets the css class of the control. (Inherited from C1.Web.Mvc.Control)
Public PropertyCssStylesGets the CSS styles. (Inherited from C1.Web.Mvc.Control)
Public PropertyDataLabelGet or set the style of point data label (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyExtendersGets the extender collection. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyFooterGets or sets the text displayed in the chart footer. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyFooterStyleGet or set the style of FooterStyle. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyHeaderGets or sets the text displayed in the chart header. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyHeaderStyleGet or set the style of Header element. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyHeightGets or sets the height of the control. (Inherited from C1.Web.Mvc.Control)
Public PropertyHtmlAttributesGets the HTML attributes. (Inherited from C1.Web.Mvc.Control)
Public PropertyIdGets or sets the component id. (Inherited from C1.Web.Mvc.Component)
Public PropertyInterpolateNullsGets or sets whether to interpolate null values in the data. If true, the chart interpolates the value of any missing data based on neighboring points. If false, it leaves a break in lines and areas at the points with null values. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyIsDisabledGets or sets a value that determines whether the control is disabled. (Inherited from C1.Web.Mvc.Control)
Public PropertyIsTemplateGets or sets a boolean value which indicates whether transfer this control to template mode. (Inherited from C1.Web.Mvc.Control)
Public PropertyItemFormatterGets or sets the name of the item formatter function that allows you to customize the appearance of data points. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyItemsSourceGets ItemsSource settings. (Inherited from C1.Web.Mvc.ItemsBoundControl<T>)
Public PropertyItemsSourceIdGets or sets the ItemsSourceId specify which CollectionViewService will be used for this control. (Inherited from C1.Web.Mvc.ItemsBoundControl<T>)
Public PropertyLegendGets the chart legend. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyLegendToggleGets or sets a value indicating whether clicking legend items toggles the series visibility in the chart. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyOnClientGotFocusOccurs when the control gets the focus. (Inherited from C1.Web.Mvc.Control)
Public PropertyOnClientLostFocusOccurs when the control loses the focus. (Inherited from C1.Web.Mvc.Control)
Public PropertyOnClientRenderedOccurs after the chart finishes rendering. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyOnClientRenderingOccurs before the chart starts rendering data. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyOnClientSelectionChangedOccurs after the selection changes, whether programmatically or when the user clicks the chart. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyOnClientSeriesVisibilityChangedOccurs when the series visibility changes (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyOptionsGets various chart options. The following options are supported: BubbleMaxSize, BubbleMinSize, GroupWidth.  
Public PropertyPaletteGets or sets an array of default colors to use for displaying each series. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyPlotAreasGets the collection of plotarea objects. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyPlotMarginGets or sets the plot margin in pixels. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertyRotatedGets or sets a value indicating whether to flip the axes so X is vertical and Y horizontal.  
Public PropertySelectionIndexGets or sets the index of selected chart series. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertySelectionModeGets or sets an enumerated value indicating whether or what is selected when the user clicks the chart. (Inherited from C1.Web.Mvc.FlexChartBase<T>)
Public PropertySelectorGets or sets a value which specifies the selector. (Inherited from C1.Web.Mvc.Control)
Public PropertySeriesGets the collection of series objects. (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyStackingGets or sets whether and how series objects are stacked.  
Public PropertySymbolSizeGets or sets the size of the symbols used for all Series objects. This property may be overridden by the symbolSize property on each series. (see Series class) (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyTemplateBindingsGets the collection of the template bindings. (Inherited from C1.Web.Mvc.Control)
Public PropertyTooltipGets the chart tooltip (Inherited from C1.Web.Mvc.FlexChartCore<T>)
Public PropertyUniqueIdGets a value which represents the unique id for the control. (Inherited from C1.Web.Mvc.Control)
Public PropertyWidthGets or sets the width of the control. (Inherited from C1.Web.Mvc.Control)
Top
Public Methods
 NameDescription
Public MethodRenderRender the component result to the writer. (Inherited from C1.Web.Mvc.Control)
Public MethodToHtmlStringReturns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component)
Top
Extension Methods
 NameDescription
Public Extension MethodToTemplateRender the html string in template mode.
Top
See Also

Reference

FlexChart<T> Class
C1.Web.Mvc Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback